PUT
/
v1
/
log-repositories
curl --request PUT \
  --url https://api.getmaxim.ai/v1/log-repositories \
  --header 'Content-Type: application/json' \
  --header 'x-maxim-api-key: <api-key>' \
  --data '{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "folderId": "<string>",
  "customPricingStructureId": "<string>"
}'
{
  "data": {
    "id": "<string>",
    "name": "<string>",
    "description": "<string>",
    "workspaceId": "<string>",
    "folderId": "<string>",
    "config": {},
    "customPricingStructureId": "<string>",
    "createdAt": "<string>",
    "updatedAt": "<string>"
  }
}

Authorizations

x-maxim-api-key
string
header
required

API key for authentication

Body

application/json

Response

200
application/json

Log repository updated successfully

The response is of type object.